home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_82 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-28  |  114 b   |  9 lines

  1. on(release){
  2.    _root.step = 9;
  3.    with(_root.containerfade)
  4.    {
  5.       play();
  6.    }
  7.    gotoAndStop(2);
  8. }
  9.